home *** CD-ROM | disk | FTP | other *** search
/ CICA 32 1998 April / CICA32 (April 1998) (Disc 4 of 4).iso / utils / unzip531.tgz / unzip531.tar / windll / unzver.h < prev    next >
C/C++ Source or Header  |  1997-05-06  |  166b  |  8 lines

  1. #ifndef __unzver_h   /* prevent multiple inclusions */
  2. #define __unzver_h
  3.  
  4. #define UNZ_DLL_VERSION "5.3\0"
  5. #define COMPANY_NAME "Info-ZIP\0"
  6.  
  7. #endif /* __unzver_h */
  8.